home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / PSPad editor 4.5.4 build 2356 beta / pspad454inst_en.exe / {app} / Template / Default.cbl < prev    next >
Text File  |  2008-07-22  |  1KB  |  32 lines

  1. * ========================================================================== */
  2. *                                                                            */
  3. *   COBOLname.cbl                                                            */
  4. *   (c) 2008 Author Ronaldo Ottoni                                           */                                                                            */
  5. *   Description                                                              */
  6. *                                                                            */
  7. * ========================================================================== */
  8. *Descriç╞o do Programa
  9.  Identification Division.
  10.  Program-Id. NOME DO PROGRAMA.
  11.  Author. NOME DO PROGRAMADOR.
  12.  Environment Division.
  13.  Configuration Section.
  14.  Special-Names. Decimal-Point is comma.
  15.  Input-Output Section.
  16.  File-Control.
  17. * Arquivos de SELECT ou Copy | *.sl |*.sel | *.cpy
  18.  
  19.  Data Division.
  20.  File Section.
  21. * Arquivos de FD ou Copy | *.fd |*.cpy
  22.  
  23.  Working-Storage Section.
  24. * Variáveis de Memória
  25.  
  26.  Screen section.
  27. * Seç╞o para desenho de telas
  28.  
  29.  Procedure Division.
  30. * Corpo do Programa
  31.  
  32.  END PROGRAM NOME DO PROGRAMA.